SdoEntryDescription Class

Represents an entry of an object dictionary.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.SdoEntryDescription

Namespace: IntervalZero.KINGSTAR.Base

Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class SdoEntryDescription
Public Class SdoEntryDescription

 

The SdoEntryDescription class exposes the following members.

Constructors

  Name Description
SdoEntryDescription Initializes a new instance of the SdoEntryDescription class.

Properties

  Name Description
BitLength The bit length of an entry.
Data The data read, which varies according to ValueInfo.
DataType The index of the data type of an entry.
Index The index of an object.
ObjectAccess The access permission of an entry.
SubIndex The index of an entry.
ValueInfo The selection of an entry to be read.

See also

IntervalZero.KINGSTAR.Base Namespace